home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / Graviton.swf / scripts / DefineButton2_107 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2005-08-05  |  134 b   |  10 lines

  1. on(press){
  2.    if("0" < fuel and ready == "1")
  3.    {
  4.       tellTarget("/ufo1")
  5.       {
  6.          gotoAndStop(3);
  7.       }
  8.    }
  9. }
  10.